home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc™ Source Code / Messaging / ODAETE.r < prev    next >
Encoding:
Text File  |  1996-08-28  |  15.9 KB  |  929 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ODAETE.r
  3.  
  4.     Contains:    AETE resources for the OpenDoc
  5.  
  6.     Owned by:    Jon Pugh
  7.  
  8.     Copyright:    © 1993 - 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <2>     9/19/95    JP        1285737: Renumber OpenDoc aete
  13.          <1>     8/25/95    JP        first checked in
  14.  
  15. */
  16.  
  17. #ifndef __AEUSERTERMTYPES__
  18. #include "AEUserTermTypes.r"
  19. #endif
  20.  
  21. #ifndef __APPLEEVENTS_R__
  22. #include "AppleEvents.r"
  23. #endif
  24.  
  25. #ifndef __AEOBJECTS_R__
  26. #include "AEObjects.r"
  27. #endif
  28.  
  29. #ifndef __AEREGISTRY.R__
  30. #include "AERegistry.r"
  31. #endif
  32.  
  33. #ifndef __ODREGISTRY__
  34. #include "ODRgstry.r"
  35. #endif
  36.  
  37. #define reserved3    reserved,\
  38.                     reserved,\
  39.                     reserved
  40.  
  41. #define reserved8    reserved,\
  42.                     reserved,\
  43.                     reserved,\
  44.                     reserved,\
  45.                     reserved,\
  46.                     reserved,\
  47.                     reserved,\
  48.                     reserved
  49.  
  50. #define reserved9    reserved,\
  51.                     reserved,\
  52.                     reserved,\
  53.                     reserved,\
  54.                     reserved,\
  55.                     reserved,\
  56.                     reserved,\
  57.                     reserved,\
  58.                     reserved
  59.  
  60. #define reserved11    reserved,\
  61.                     reserved,\
  62.                     reserved,\
  63.                     reserved,\
  64.                     reserved,\
  65.                     reserved,\
  66.                     reserved,\
  67.                     reserved,\
  68.                     reserved,\
  69.                     reserved,\
  70.                     reserved
  71.  
  72. #define reserved12    reserved,\
  73.                     reserved,\
  74.                     reserved,\
  75.                     reserved,\
  76.                     reserved,\
  77.                     reserved,\
  78.                     reserved,\
  79.                     reserved,\
  80.                     reserved,\
  81.                     reserved,\
  82.                     reserved,\
  83.                     reserved
  84.  
  85. #define reserved13    reserved,\
  86.                     reserved,\
  87.                     reserved,\
  88.                     reserved,\
  89.                     reserved,\
  90.                     reserved,\
  91.                     reserved,\
  92.                     reserved,\
  93.                     reserved,\
  94.                     reserved,\
  95.                     reserved,\
  96.                     reserved,\
  97.                     reserved
  98.  
  99. #define pInherited    'c@#^'
  100. #define english 0
  101.  
  102. /*
  103.  *    We're number the OpenDoc aetes as -1-language (-1 and down) 
  104.  *    so we can seperate the shell from the messaging aetes.  The shell
  105.  *    aetes are numbered normally (0 and up)
  106.  */
  107. resource kAETerminologyExtension (-1-english) {
  108.     0x1,
  109.     0x0,
  110.     english,
  111.     roman,
  112.     {    /* array Suites: 1 elements */
  113.         /* [1] */
  114.         "OpenDoc Suite",
  115.         "Objects that OpenDoc supports.",
  116.         kAEOpenDocSuite,
  117.         1,
  118.         0,
  119.         {    /* array Events: 0 elements */
  120.         },
  121.         {    /* array Classes: 7 elements */
  122.             /* [1] */
  123.             "application",
  124.             cApplication,
  125.             "The document containing the parts.",
  126.             {    /* array Properties: 1 elements */
  127.                 /* [1] */
  128.                 "<inherited>",
  129.                 pInherited,
  130.                 cPart,
  131.                 "This is the root part of the document.",
  132.                 reserved,
  133.                 singleItem,
  134.                 notEnumerated,
  135.                 readWrite,
  136.                 reserved8,
  137.                 noApostrophe,
  138.                 notFeminine,
  139.                 notMasculine,
  140.                 singular,
  141.             },
  142.             {    /* array Elements: 1 elements */
  143.                 /* [1] */
  144.                 cPart,
  145.                 {    /* array KeyForms: 4 elements */
  146.                     formAbsolutePosition, formName, formUniqueID, formTest
  147.                 }
  148.             },
  149.             /* [2] */
  150.             "part",
  151.             cPart,
  152.             "Part editors and part viewers along with their content data.",
  153.             {    /* array Properties: 19 elements */
  154.                 /* [1] */
  155.                 "author",
  156.                 pAuthor,
  157.                 cIntlText,
  158.                 "The part's author.",
  159.                 reserved,
  160.                 singleItem,
  161.                 notEnumerated,
  162.                 readOnly,
  163.                 reserved8,
  164.                 noApostrophe,
  165.                 notFeminine,
  166.                 notMasculine,
  167.                 singular,
  168.                 /* [2] */
  169.                 "best type",
  170.                 pBestType,
  171.                 cType,
  172.                 "The best descriptor type available.",
  173.                 reserved,
  174.                 singleItem,
  175.                 notEnumerated,
  176.                 readOnly,
  177.                 reserved8,
  178.                 noApostrophe,
  179.                 notFeminine,
  180.                 notMasculine,
  181.                 singular,
  182.                 /* [3] */
  183.                 "bundled",
  184.                 pBundled,
  185.                 cBoolean,
  186.                 "Indicates the part is bundled into a single item.",
  187.                 reserved,
  188.                 singleItem,
  189.                 notEnumerated,
  190.                 readWrite,
  191.                 reserved8,
  192.                 noApostrophe,
  193.                 notFeminine,
  194.                 notMasculine,
  195.                 singular,
  196.                 /* [4] */
  197.                 "category",
  198.                 pCategory,
  199.                 cIntlText,
  200.                 "The part's category.",
  201.                 reserved,
  202.                 singleItem,
  203.                 notEnumerated,
  204.                 readOnly,
  205.                 reserved8,
  206.                 noApostrophe,
  207.                 notFeminine,
  208.                 notMasculine,
  209.                 singular,
  210.                 /* [5] */
  211.                 "class",
  212.                 pClass,
  213.                 cType,
  214.                 "The class of this part.",
  215.                 reserved,
  216.                 singleItem,
  217.                 notEnumerated,
  218.                 readOnly,
  219.                 reserved8,
  220.                 noApostrophe,
  221.                 notFeminine,
  222.                 notMasculine,
  223.                 singular,
  224.                 /* [6] */
  225.                 "comment",
  226.                 pComment,
  227.                 cIntlText,
  228.                 "Comments about this part.",
  229.                 reserved,
  230.                 singleItem,
  231.                 notEnumerated,
  232.                 readWrite,
  233.                 reserved8,
  234.                 noApostrophe,
  235.                 notFeminine,
  236.                 notMasculine,
  237.                 singular,
  238.                 /* [7] */
  239.                 "container",
  240.                 pContainer,
  241.                 cPart,
  242.                 "The part which contains this part.",
  243.                 reserved,
  244.                 singleItem,
  245.                 notEnumerated,
  246.                 readOnly,
  247.                 reserved8,
  248.                 noApostrophe,
  249.                 notFeminine,
  250.                 notMasculine,
  251.                 singular,
  252.                 /* [8] */
  253.                 "creation date",
  254.                 pASCreationDate,
  255.                 cLongDateTime,
  256.                 "The part's creation date.",
  257.                 reserved,
  258.                 singleItem,
  259.                 notEnumerated,
  260.                 readOnly,
  261.                 reserved8,
  262.                 noApostrophe,
  263.                 notFeminine,
  264.                 notMasculine,
  265.                 singular,
  266.                 /* [9] */
  267.                 "default type",
  268.                 pDefaultType,
  269.                 cType,
  270.                 "The default descriptor type for the part.",
  271.                 reserved,
  272.                 singleItem,
  273.                 notEnumerated,
  274.                 readOnly,
  275.                 reserved8,
  276.                 noApostrophe,
  277.                 notFeminine,
  278.                 notMasculine,
  279.                 singular,
  280.                 /* [10] */
  281.                 "editor",
  282.                 pEditorName,
  283.                 cIntlText,
  284.                 "The part editor's name.",
  285.                 reserved,
  286.                 singleItem,
  287.                 notEnumerated,
  288.                 readWrite,
  289.                 reserved8,
  290.                 noApostrophe,
  291.                 notFeminine,
  292.                 notMasculine,
  293.                 singular,
  294.                 /* [11] */
  295.                 "icon",
  296.                 pIcon,
  297.                 cIconFamily,
  298.                 "The icon representing this part.",
  299.                 reserved,
  300.                 singleItem,
  301.                 notEnumerated,
  302.                 readOnly,
  303.                 reserved8,
  304.                 noApostrophe,
  305.                 notFeminine,
  306.                 notMasculine,
  307.                 singular,
  308.                 /* [12] */
  309.                 "id",
  310.                 pUniqueID,
  311.                 cLongInteger,
  312.                 "The part's unique ID.",
  313.                 reserved,
  314.                 singleItem,
  315.                 notEnumerated,
  316.                 readOnly,
  317.                 reserved8,
  318.                 noApostrophe,
  319.                 notFeminine,
  320.                 notMasculine,
  321.                 singular,
  322.                 /* [13] */
  323.                 "kind",
  324.                 pKind,
  325.                 cIntlText,
  326.                 "The part type.",
  327.                 reserved,
  328.                 singleItem,
  329.                 notEnumerated,
  330.                 readWrite,
  331.                 reserved8,
  332.                 noApostrophe,
  333.                 notFeminine,
  334.                 notMasculine,
  335.                 singular,
  336.                 /* [14] */
  337.                 "modification date",
  338.                 pASModificationDate,
  339.                 cLongDateTime,
  340.                 "The part's most recent modification date.",
  341.                 reserved,
  342.                 singleItem,
  343.                 notEnumerated,
  344.                 readOnly,
  345.                 reserved8,
  346.                 noApostrophe,
  347.                 notFeminine,
  348.                 notMasculine,
  349.                 singular,
  350.                 /* [15] */
  351.                 "name",
  352.                 pName,
  353.                 cIntlText,
  354.                 "The name of the part.",
  355.                 reserved,
  356.                 singleItem,
  357.                 notEnumerated,
  358.                 readWrite,
  359.                 reserved8,
  360.                 noApostrophe,
  361.                 notFeminine,
  362.                 notMasculine,
  363.                 singular,
  364.                 /* [16] */
  365.                 "show links",
  366.                 pShowLinks,
  367.                 cBoolean,
  368.                 "Indicates the part is showing its links.",
  369.                 reserved,
  370.                 singleItem,
  371.                 notEnumerated,
  372.                 readWrite,
  373.                 reserved8,
  374.                 noApostrophe,
  375.                 notFeminine,
  376.                 notMasculine,
  377.                 singular,
  378.                 /* [17] */
  379.                 "part size",
  380.                 pSize,
  381.                 cLongInteger,
  382.                 "The part's size on disk.",
  383.                 reserved,
  384.                 singleItem,
  385.                 notEnumerated,
  386.                 readOnly,
  387.                 reserved8,
  388.                 noApostrophe,
  389.                 notFeminine,
  390.                 notMasculine,
  391.                 singular,
  392.                 /* [18] */
  393.                 "stationery",
  394.                 pStationery,
  395.                 cBoolean,
  396.                 "Whether this part is stationary.",
  397.                 reserved,
  398.                 singleItem,
  399.                 notEnumerated,
  400.                 readWrite,
  401.                 reserved8,
  402.                 noApostrophe,
  403.                 notFeminine,
  404.                 notMasculine,
  405.                 singular,
  406.                 /* [19] */
  407.                 "view type",
  408.                 pViewType,
  409.                 enumViewType,
  410.                 "How to view this part.",
  411.                 reserved,
  412.                 singleItem,
  413.                 notEnumerated,
  414.                 readWrite,
  415.                 reserved8,
  416.                 noApostrophe,
  417.                 notFeminine,
  418.                 notMasculine,
  419.                 singular,
  420.             },
  421.             {    /* array Elements: 1 elements */
  422.                 /* [1] */
  423.                 cPart,
  424.                 {    /* array KeyForms: 4 elements */
  425.                     formAbsolutePosition, formName, formUniqueID, formTest
  426.                 }
  427.             },
  428.             /* [2] */
  429.             "parts",
  430.             cPart,
  431.             "Every part.",
  432.             {    /* array Properties: 1 elements */
  433.                 /* [1] */
  434.                 "",
  435.                 kAESpecialClassProperties,
  436.                 cType,
  437.                 "",
  438.                 reserved,
  439.                 singleItem,
  440.                 notEnumerated,
  441.                 readOnly,
  442.                 reserved8,
  443.                 noApostrophe,
  444.                 notFeminine,
  445.                 notMasculine,
  446.                 plural,
  447.             },
  448.             {    /* array Elements: 0 elements */
  449.             },
  450. #if 0
  451.             /* [3] */
  452.             "draft",
  453.             cDraft,
  454.             "Named versions of a document.",
  455.             {    /* array Properties: 9 elements */
  456.                 /* [1] */
  457.                 "author",
  458.                 pAuthor,
  459.                 cIntlText,
  460.                 "The draft's author.",
  461.                 reserved,
  462.                 singleItem,
  463.                 notEnumerated,
  464.                 readOnly,
  465.                 reserved8,
  466.                 noApostrophe,
  467.                 notFeminine,
  468.                 notMasculine,
  469.                 singular,
  470.                 /* [2] */
  471.                 "best type",
  472.                 pBestType,
  473.                 cType,
  474.                 "The best descriptor type for the draft.",
  475.                 reserved,
  476.                 singleItem,
  477.                 notEnumerated,
  478.                 readOnly,
  479.                 reserved8,
  480.                 noApostrophe,
  481.                 notFeminine,
  482.                 notMasculine,
  483.                 singular,
  484.                 /* [3] */
  485.                 "class",
  486.                 pClass,
  487.                 cType,
  488.                 "The class of the draft.",
  489.                 reserved,
  490.                 singleItem,
  491.                 notEnumerated,
  492.                 readOnly,
  493.                 reserved8,
  494.                 noApostrophe,
  495.                 notFeminine,
  496.                 notMasculine,
  497.                 singular,
  498.                 /* [4] */
  499.                 "comment",
  500.                 pComment,
  501.                 cIntlText,
  502.                 "Comments about this draft.",
  503.                 reserved,
  504.                 singleItem,
  505.                 notEnumerated,
  506.                 readWrite,
  507.                 reserved8,
  508.                 noApostrophe,
  509.                 notFeminine,
  510.                 notMasculine,
  511.                 singular,
  512.                 /* [5] */
  513.                 "creation date",
  514.                 pASCreationDate,
  515.                 cLongDateTime,
  516.                 "The draft's creation date.",
  517.                 reserved,
  518.                 singleItem,
  519.                 notEnumerated,
  520.                 readOnly,
  521.                 reserved8,
  522.                 noApostrophe,
  523.                 notFeminine,
  524.                 notMasculine,
  525.                 singular,
  526.                 /* [6] */
  527.                 "default type",
  528.                 pDefaultType,
  529.                 cType,
  530.                 "The default type for the draft.",
  531.                 reserved,
  532.                 singleItem,
  533.                 notEnumerated,
  534.                 readOnly,
  535.                 reserved8,
  536.                 noApostrophe,
  537.                 notFeminine,
  538.                 notMasculine,
  539.                 singular,
  540.                 /* [7] */
  541.                 "index",
  542.                 pIndex,
  543.                 cLongInteger,
  544.                 "The number of this draft.",
  545.                 reserved,
  546.                 singleItem,
  547.                 notEnumerated,
  548.                 readWrite,
  549.                 reserved8,
  550.                 noApostrophe,
  551.                 notFeminine,
  552.                 notMasculine,
  553.                 singular,
  554.                 /* [8] */
  555.                 "name",
  556.                 pName,
  557.                 cIntlText,
  558.                 "The name of this draft.",
  559.                 reserved,
  560.                 singleItem,
  561.                 notEnumerated,
  562.                 readWrite,
  563.                 reserved8,
  564.                 noApostrophe,
  565.                 notFeminine,
  566.                 notMasculine,
  567.                 singular,
  568.                 /* [9] */
  569.                 "size",
  570.                 pSize,
  571.                 cLongInteger,
  572.                 "The draft's size on disk.",
  573.                 reserved,
  574.                 singleItem,
  575.                 notEnumerated,
  576.                 readOnly,
  577.                 reserved8,
  578.                 noApostrophe,
  579.                 notFeminine,
  580.                 notMasculine,
  581.                 singular,
  582.             },
  583.             {    /* array Elements: 1 elements */
  584.                 cPart,
  585.                 {    /* array KeyForms: 4 elements */
  586.                     formAbsolutePosition, formName, formUniqueID, formTest
  587.                 }
  588.             },
  589.             /* [4] */
  590.             "drafts",
  591.             cDraft,
  592.             "Every draft.",
  593.             {    /* array Properties: 1 elements */
  594.                 /* [1] */
  595.                 "",
  596.                 kAESpecialClassProperties,
  597.                 cType,
  598.                 "",
  599.                 reserved,
  600.                 singleItem,
  601.                 notEnumerated,
  602.                 readOnly,
  603.                 reserved8,
  604.                 noApostrophe,
  605.                 notFeminine,
  606.                 notMasculine,
  607.                 plural,
  608.             },
  609.             {    /* array Elements: 0 elements */
  610.             },
  611.             /* [5] */
  612.             "window",
  613.             cWindow,
  614.             "A window which has a part embedded in it.",
  615.             {    /* array Properties: 16 elements */
  616.                 /* [1] */
  617.                 "<inherited>",
  618.                 pInherited,
  619.                 cPart,
  620.                 "This is the root part of the document.",
  621.                 reserved,
  622.                 singleItem,
  623.                 notEnumerated,
  624.                 readWrite,
  625.                 reserved8,
  626.                 noApostrophe,
  627.                 notFeminine,
  628.                 notMasculine,
  629.                 singular,
  630.                 /* [2] */
  631.                 "best type",
  632.                 pBestType,
  633.                 cType,
  634.                 "The best descriptor type for the window.",
  635.                 reserved,
  636.                 singleItem,
  637.                 notEnumerated,
  638.                 readOnly,
  639.                 reserved8,
  640.                 noApostrophe,
  641.                 notFeminine,
  642.                 notMasculine,
  643.                 singular,
  644.                 /* [3] */
  645.                 "bounds",
  646.                 pBounds,
  647.                 cQDRectangle,
  648.                 "The boundary rectangle for the window.",
  649.                 reserved,
  650.                 singleItem,
  651.                 notEnumerated,
  652.                 readWrite,
  653.                 reserved8,
  654.                 noApostrophe,
  655.                 notFeminine,
  656.                 notMasculine,
  657.                 singular,
  658.                 /* [4] */
  659.                 "class",
  660.                 pClass,
  661.                 cType,
  662.                 "The class of the window.",
  663.                 reserved,
  664.                 singleItem,
  665.                 notEnumerated,
  666.                 readOnly,
  667.                 reserved8,
  668.                 noApostrophe,
  669.                 notFeminine,
  670.                 notMasculine,
  671.                 singular,
  672.                 /* [5] */
  673.                 "closable",
  674.                 pHasCloseBox,
  675.                 cBoolean,
  676.                 "Specifies whether the window has a close box.",
  677.                 reserved,
  678.                 singleItem,
  679.                 notEnumerated,
  680.                 readOnly,
  681.                 reserved8,
  682.                 noApostrophe,
  683.                 notFeminine,
  684.                 notMasculine,
  685.                 singular,
  686.                 /* [6] */
  687.                 "default type",
  688.                 pDefaultType,
  689.                 cType,
  690.                 "The default descriptor type for the window.",
  691.                 reserved,
  692.                 singleItem,
  693.                 notEnumerated,
  694.                 readOnly,
  695.                 reserved8,
  696.                 noApostrophe,
  697.                 notFeminine,
  698.                 notMasculine,
  699.                 singular,
  700.                 /* [7] */
  701.                 "floating",
  702.                 pIsFloating,
  703.                 cBoolean,
  704.                 "Specifies whether the window is a floating window.",
  705.                 reserved,
  706.                 singleItem,
  707.                 notEnumerated,
  708.                 readOnly,
  709.                 reserved8,
  710.                 noApostrophe,
  711.                 notFeminine,
  712.                 notMasculine,
  713.                 singular,
  714.                 /* [8] */
  715.                 "index",
  716.                 pIndex,
  717.                 cLongInteger,
  718.                 "The number of the window.",
  719.                 reserved,
  720.                 singleItem,
  721.                 notEnumerated,
  722.                 readWrite,
  723.                 reserved8,
  724.                 noApostrophe,
  725.                 notFeminine,
  726.                 notMasculine,
  727.                 singular,
  728.                 /* [9] */
  729.                 "modal",
  730.                 pIsModal,
  731.                 cBoolean,
  732.                 "Specifies whether the window is modal.",
  733.                 reserved,
  734.                 singleItem,
  735.                 notEnumerated,
  736.                 readOnly,
  737.                 reserved8,
  738.                 noApostrophe,
  739.                 notFeminine,
  740.                 notMasculine,
  741.                 singular,
  742.                 /* [10] */
  743.                 "name",
  744.                 pName,
  745.                 cIntlText,
  746.                 "The name of the window.",
  747.                 reserved,
  748.                 singleItem,
  749.                 notEnumerated,
  750.                 readWrite,
  751.                 reserved8,
  752.                 noApostrophe,
  753.                 notFeminine,
  754.                 notMasculine,
  755.                 singular,
  756.                 /* [11] */
  757.                 "resizable",
  758.                 pIsResizable,
  759.                 cBoolean,
  760.                 "Specifies whether the window is resizable.",
  761.                 reserved,
  762.                 singleItem,
  763.                 notEnumerated,
  764.                 readOnly,
  765.                 reserved8,
  766.                 noApostrophe,
  767.                 notFeminine,
  768.                 notMasculine,
  769.                 singular,
  770.                 /* [12] */
  771.                 "selection",
  772.                 pSelection,
  773.                 cSelection,
  774.                 "The current user selection for the window.",
  775.                 reserved,
  776.                 singleItem,
  777.                 notEnumerated,
  778.                 readWrite,
  779.                 reserved8,
  780.                 noApostrophe,
  781.                 notFeminine,
  782.                 notMasculine,
  783.                 singular,
  784.                 /* [13] */
  785.                 "titled",
  786.                 pHasTitleBar,
  787.                 cBoolean,
  788.                 "Specifies whether the window has a title bar.",
  789.                 reserved,
  790.                 singleItem,
  791.                 notEnumerated,
  792.                 readOnly,
  793.                 reserved8,
  794.                 noApostrophe,
  795.                 notFeminine,
  796.                 notMasculine,
  797.                 singular,
  798.                 /* [14] */
  799.                 "visible",
  800.                 pVisible,
  801.                 cBoolean,
  802.                 "Specifies whether the window is visible.",
  803.                 reserved,
  804.                 singleItem,
  805.                 notEnumerated,
  806.                 readWrite,
  807.                 reserved8,
  808.                 noApostrophe,
  809.                 notFeminine,
  810.                 notMasculine,
  811.                 singular,
  812.                 /* [15] */
  813.                 "zoomable",
  814.                 pIsZoomable,
  815.                 cBoolean,
  816.                 "Specifies whether the window can be zoomed.",
  817.                 reserved,
  818.                 singleItem,
  819.                 notEnumerated,
  820.                 readOnly,
  821.                 reserved8,
  822.                 noApostrophe,
  823.                 notFeminine,
  824.                 notMasculine,
  825.                 singular,
  826.                 /* [16] */
  827.                 "zoomed",
  828.                 pIsZoomed,
  829.                 cBoolean,
  830.                 "Specifies whether the window is full size.",
  831.                 reserved,
  832.                 singleItem,
  833.                 notEnumerated,
  834.                 readWrite,
  835.                 reserved8,
  836.                 noApostrophe,
  837.                 notFeminine,
  838.                 notMasculine,
  839.                 singular
  840.             },
  841.             {    /* array Elements: 1 elements */
  842.                 /* [1] */
  843.                 cPart,
  844.                 {    /* array KeyForms: 4 elements */
  845.                     formAbsolutePosition, formName, formUniqueID, formTest
  846.                 }
  847.             },
  848.             /* [6] */
  849.             "windows",
  850.             cWindow,
  851.             "Every window.",
  852.             {    /* array Properties: 1 elements */
  853.                 /* [1] */
  854.                 "",
  855.                 kAESpecialClassProperties,
  856.                 cType,
  857.                 "",
  858.                 reserved,
  859.                 singleItem,
  860.                 notEnumerated,
  861.                 readOnly,
  862.                 reserved8,
  863.                 noApostrophe,
  864.                 notFeminine,
  865.                 notMasculine,
  866.                 plural,
  867.             },
  868.             {    /* array Elements: 0 elements */
  869.             },
  870. #endif
  871.         },
  872.         {    /* array ComparisonOps: 0 elements */
  873.         },
  874.         {    /* array Enumerations: 2 elements */
  875.             enumViewType,
  876.             {
  877.                 /* [1] */
  878.                 "frame",
  879.                 kAEODFrame,
  880.                 "",
  881.                 /* [2] */
  882.                 "large icon",
  883.                 kAEODLargeIcon,
  884.                 "",
  885.                 /* [3] */
  886.                 "small icon",
  887.                 kAEODSmallIcon,
  888.                 "",
  889.                 /* [4] */
  890.                 "thumbnail",
  891.                 kAEODThumbnail,
  892.                 ""
  893.             },
  894.         },
  895.     }
  896. };
  897.  
  898.  
  899. //-------------------------------------------------------------------------------------
  900. // scsz resource for AppleScript
  901. //-------------------------------------------------------------------------------------
  902.  
  903. resource 'scsz' (0) {
  904.     readExtensionTerms,
  905.     dontFindAppBySignature,
  906.     alwaysSendSubject,
  907.     reserved,
  908.     reserved,
  909.     reserved,
  910.     reserved,
  911.     reserved,
  912.     reserved,
  913.     reserved,
  914.     reserved,
  915.     reserved,
  916.     reserved,
  917.     reserved,
  918.     reserved,
  919.     reserved,
  920.     8,
  921.     8,
  922.     8,
  923.     368640,
  924.     368640,
  925.     368640
  926. };
  927.  
  928.  
  929.